home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Blix / blix.dxr / Script_20_F.ScoreNum_BT.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  144 b   |  11 lines

  1. on enterFrame
  2.   repeat with n = 20 to 24
  3.     set the ink of sprite n to 2
  4.   end repeat
  5.   updateStage()
  6. end
  7.  
  8. on exitFrame
  9.   myDelayTimer(20)
  10. end
  11.